github.com/go-pg/pg/v10/orm.structTableModel.structInited (field)

9 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_table_m2m.go#L50: 	m.structInited = false
		model_table_many.go#L45: 	m.structInited = false
		model_table_slice.go#L83: 	m.structInited = false
		model_table_struct.go#L21: 	structInited  bool
		model_table_struct.go#L113: 	m.structInited = false
		model_table_struct.go#L117: 	if m.structInited {
		model_table_struct.go#L120: 	m.structInited = true
		model_table_struct.go#L178: 	if !m.table.hasFlag(afterScanHookFlag) || !m.structInited {
		model_table_struct.go#L269: 		!m.structInited &&